type google.golang.org/protobuf/internal/impl.uint32Converter

8 uses

	google.golang.org/protobuf/internal/impl (current package)
		convert.go#L112: 			return &uint32Converter{t, defVal(fd, uint32Zero)}
		convert.go#L217: type uint32Converter struct {
		convert.go#L222: func (c *uint32Converter) PBValueOf(v reflect.Value) protoreflect.Value {
		convert.go#L228: func (c *uint32Converter) GoValueOf(v protoreflect.Value) reflect.Value {
		convert.go#L231: func (c *uint32Converter) IsValidPB(v protoreflect.Value) bool {
		convert.go#L235: func (c *uint32Converter) IsValidGo(v reflect.Value) bool {
		convert.go#L238: func (c *uint32Converter) New() protoreflect.Value  { return c.def }
		convert.go#L239: func (c *uint32Converter) Zero() protoreflect.Value { return c.def }